const github.com/andybalholm/brotli.maxEffectiveDistanceAlphabetSize

5 uses

	github.com/andybalholm/brotli (current package)
		backward_references_hq.go#L16: const maxEffectiveDistanceAlphabetSize = 544
		backward_references_hq.go#L74: 	if distance_histogram_size > maxEffectiveDistanceAlphabetSize {
		backward_references_hq.go#L75: 		distance_histogram_size = maxEffectiveDistanceAlphabetSize
		backward_references_hq.go#L129: 	var histogram_dist [maxEffectiveDistanceAlphabetSize]uint32
		backward_references_hq.go#L138: 	histogram_dist = [maxEffectiveDistanceAlphabetSize]uint32{}